home *** CD-ROM | disk | FTP | other *** search
- Path: munnari.OZ.AU!metro!metro!OzEmail!usenet
- From: Scott Trevena <tst1@ozemail.com.au>
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer,comp.databases.sybase
- Subject: Re: Converting English Lang App to Japanese (Kunji)
- Date: 14 Mar 1996 23:34:58 GMT
- Organization: Trade Systems Technology P/L
- Message-ID: <4iaaf2$q4d@oznet03.ozemail.com.au>
- References: <4ia9kj$q4d@oznet03.ozemail.com.au>
- NNTP-Posting-Host: slsyd6p33.ozemail.com.au
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- Scott Trevena <tst1@ozemail.com.au> wrote:
- I have a Windows application written in Borland V3.1 C++ using OWL 1.0
- and Sybase SQL Anywhere V5.0. I need to translate it from English to
- Japanese.
-
- Can anyone let me know what the issues of this may be. The things I am
- not sure about are many but principally I believe the database will allow
- me to store multi byte character sets. If i have a field declared as
- char(30) in the schema i also use char fieldval[31] in my C++ code. With
- multi byte under a Japanese version of windows are there changes to the
- source code required.
-
- Are there any tools that would allow me to translate the app or are there
- companies that do that sort of thing for a "small" fee.
-
- The problem i have is that the application is still evolving and so i
- need the ability to make it a nice clean simple process.
-
- Thanks in advance.
-
-
- Scott
-
-
-
-